home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / EZDSL200.ZIP / EZDSLDEF.INC < prev    next >
Encoding:
Text File  |  1996-03-13  |  1.1 KB  |  28 lines

  1. {===EZDSLDEF.INC======================================================
  2.  
  3. Compiler defines for the EZ Delphi Structures Library.
  4.  
  5. EZDSLDEF.INC is Copyright (c) 1995,1996 by Julian M. Bucknall
  6.  
  7. VERSION HISTORY
  8. 13Mar96 JMB 2.00 release for Delphi 2.0
  9. 18Jun95 JMB 1.00 initial release
  10. {=====================================================================}
  11.  
  12. {Notes: to deactivate a compiler define, place a period '.' between   }
  13. {       the left curly brace and the '$' of '$DEFINE'.                }
  14.  
  15. {Undefine this if you don't want debugging info or assertion checks   }
  16. {$DEFINE DEBUG}
  17.  
  18. {Undefine this if you want to unroll the binary tree recursive        }
  19. {routines using TStacks and TQueues                                   }
  20. {$DEFINE UseTreeRecursion}
  21.  
  22. {Undefine this if you want to see all the warnings Delphi 2.0 produces}
  23. {for EZDSL units. Has no effect for Delphi 1.0. Note that all warnings}
  24. {have been verified to be false (generally because an exception would }
  25. {have been raised, for example).                                      }
  26. {$DEFINE SuppressWarnings}
  27.  
  28.